ClientType
import { ClientType } from "@hyper-fetch/core"
Description
Defined in client/fetch.client.types.ts:5
Preview
type ClientType = (command: CommandInstance, requestId: string) => Promise<ClientResponseType<any, any>>;
Structure
(command: CommandInstance, requestId: string) => Promise<ClientResponseType<any, any>>